home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / gnu / bison_1_22.lha / bison-1.22 / symtab.ch < prev    next >
Text File  |  1995-01-20  |  532b  |  53 lines

  1. Changes for SYMTAB.C by Andreas Scherer, January 20, 1995.
  2.  
  3. @x l.21
  4. #include <stdio.h>
  5. #include "system.h"
  6. #include "new.h"
  7. #include "symtab.h"
  8. #include "gram.h"
  9. @y
  10. #include <stdio.h>
  11. #include <stdlib.h>
  12. #include "system.h"
  13. #include "ansinew.h"
  14. #include "symtab.h"
  15. #include "gram.h"
  16. @z
  17.  
  18. @x l.35
  19. hash(key)
  20. char *key;
  21. @y
  22. hash(
  23. char *key)
  24. @z
  25.  
  26. @x l.52
  27. copys(s)
  28. char *s;
  29. @y
  30. copys(
  31. char *s)
  32. @z
  33.  
  34. @x l.70
  35. tabinit()
  36. @y
  37. tabinit(void)
  38. @z
  39.  
  40. @x l.82
  41. getsym(key)
  42. char *key;
  43. @y
  44. getsym(
  45. char *key)
  46. @z
  47.  
  48. @x l.130
  49. free_symtab()
  50. @y
  51. free_symtab(void)
  52. @z
  53.